home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- MENU-EZX %1 %2 %3 %4
- rem *************************************************************************
- rem * ERRORLEVEL = 0 means MENU-EZX will be terminated *
- rem * ERRORLEVEL = 1 means the secondary command processor will be invoked *
- rem * ERRORLEVEL = 2 means application program will be executed *
- rem * EZM1.BAT invokes the secondary command processor *
- rem * EZM2.BAT executes the commands specified by selected item *
- rem *************************************************************************
- if ERRORLEVEL 2 goto LEVEL2
- if ERRORLEVEL 1 goto LEVEL1
- goto DONE
- :LEVEL1
- M-EZX1
- goto DONE
- :LEVEL2
- M-EZX2
- :DONE